hip.api.input.gamepad

Undocumented in source.

Public Imports

hip.api.input.button
public import hip.api.input.button;
Undocumented in source.

Members

Classes

AHipGamepad
class AHipGamepad
Undocumented in source.

Enums

HipGamepadAnalogs
enum HipGamepadAnalogs
Undocumented in source.
HipGamepadBatteryState
enum HipGamepadBatteryState

Based on https://docs.microsoft.com/en-us/uwp/api/windows.system.power.batterystatus?view=winrt-20348

HipGamepadButton
enum HipGamepadButton

Define order is starting from up and it goes counter clockwise

Functions

gamepadButtonFromString
HipGamepadButton gamepadButtonFromString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IHipGamepad
interface IHipGamepad
Undocumented in source.

Structs

HipGamepadBatteryStatus
struct HipGamepadBatteryStatus

Struct based on winrt::Windows::Devices::Power::BatteryReport

Meta